MDK5 Software Packs 您所在的位置:网站首页 Keil Downloads MDK5 Software Packs

MDK5 Software Packs

2023-03-31 13:21| 来源: 网络整理| 查看: 265

Version: 8.44.1 NordicSemiconductor.nRF_DeviceFamilyPack.8.44.1.pack  Download

Bug introduced in 8.44.0, where .ld files would cause syntax error, fixed.

Added header guards in system.h files to stop assembly code from including C code

Version: 8.44.0 (2021-11-15) NordicSemiconductor.nRF_DeviceFamilyPack.8.44.0.pack  Download

Added missing nrf*_erratas.h files to the IAR installer.

In system_nrf52.c, fixed APPROTECT handling for nrf52805, nrf52810, and nrf52811 devices.

updated gcc linker scripts.

Updated nrf5340 svd files.

In nrf9160_peripherals.h, updated UARTE*_EASYDMA_MAXCNT_SIZE, TWIM*_EASYDMA_MAXCNT_SIZE, TWIS*_EASYDMA_MAXCNT_SIZE, SPIM*_EASYDMA_MAXCNT_SIZE, and SPIS*_EASYDMA_MAXCNT_SIZE from 12 to 13

Updated property groups in SeggerPack to use RWX instead of RAM[n].

Version: 8.43.0 (2021-10-05) NordicSemiconductor.nRF_DeviceFamilyPack.8.43.0.pack  Download

Support hardened approtect for nrf52805, nrf52810, nrf52811.

Update SVD/header files for nrf52805, and nRF52810.

Update errata headers.

In system_nrf9160.c, include correct errata header. Previously included nrf53_erratas.h.

In system_nrf9160.c, make all uint32_t * pointer accesses in trace setup volatile.

In nrf9160_peripehrals.h and nrf5340_application_peripherals.h, add macro SPU_RAMREGION_SIZE.

In system_nrf5340.c, and system_nrf9160.c use macro SPU_RAMREGION_SIZE from peripherals header.

Version: 8.42.0 (2021-08-11) NordicSemiconductor.nRF_DeviceFamilyPack.8.42.0.pack  Download

Updated DPPI_CH_NUM from 16 to 32 in nrf5340_network_peripherals.h

Use correct bitfield defines in system_nrf53_approtect.h.

In system_nrf*.c, include family-specific errata header instead of general nrf_erratas.h. This reduces size of system_nrf.c when compiling without optimization.

Rename nrf52_errata_249 and nrf52_errata_254 to nrf52_configuration_249 and nrf52_configuration_254.

In nrf52_erratas.h, update errata 236 and configurations 249, 254.

Mirror NRF_FICR_S to RAM at secure startup so that the contents of FICR can also be accessed by NS code.

Allow errata functions to be called in nonsecure contexts in devices with TrustZone

Version: 8.41.0 (2021-07-21) NordicSemiconductor.nRF_DeviceFamilyPack.8.41.0.pack  Download

Update SVD files for nRF52832, nRF52820, nRF52833, nRF52840, and nRF5340

Version: 8.40.3 (2021-05-18) NordicSemiconductor.nRF_DeviceFamilyPack.8.40.3.pack  Download

Added errata function nrf52_errata_254.

Version: 8.40.2 (2021-04-29) NordicSemiconductor.nRF_DeviceFamilyPack.8.40.2.pack  Download

In nRF52811, nRF52810, nRF52805 add NRF_APPROTECT peripheral so that it is possible to compile with DEVELOP_IN for a device that implements hardened AP PROTECT.

Fix issue where not all AP-PROTECT files were bundled with MDK.

Version: 8.40.1 (2021-04-13) NordicSemiconductor.nRF_DeviceFamilyPack.8.40.1.pack  Download

Update errata functions.

In riscv_encoding.h, updated csr function

Version: 8.40.0 (2021-02-25) NordicSemiconductor.nRF_DeviceFamilyPack.8.40.0.pack  Download

Added SPDX tag to BSD license

Update SVD files for nRF52832, nRF52820, nRF52833, nRF52840, and nRF5340

Update errata functions.

Fixed bug where NFC pins would not be set to GPIO when using DEVELOP_IN_NRF52832 with NRF52810_XXAA, or DEVELOP_IN_NRF52840 with NRF52811_XXAA.

Version: 8.39.0 (2021-02-08) NordicSemiconductor.nRF_DeviceFamilyPack.8.39.0.pack  Download

Update errata functions.

Version: 8.38.0 (2020-12-17) NordicSemiconductor.nRF_DeviceFamilyPack.8.38.0.pack  Download

Update nrf5340 svd and header files.

nRF5340 serial interrupt names have been modified, they are now called SERIAL0, SERIAL1 etc. instead of

SPIM0_SPIS0_TWIM0_TWIS0_UARTE0, SPIM1_SPIS1_TWIM1_TWIS1_UARTE1.

Add nrf5340_application_name_change.h and nrf5340_network_name_change.h that introduces redirects for deprecated interrupt names.

In nrf5340_application_peripherals.h add macro CLOCK_FEATURE_HFCLK_DIVIDE_PRESENT

to indicate support for variable clock frequency.

In nrf53_erratas.h, add function nrf53_errata_122.

Version: 8.37.0 (2020-11-02) NordicSemiconductor.nRF_DeviceFamilyPack.8.37.0.pack  Download

Update errata functions.

Add handling for new nRF53 approtect mechanism in system_init() functions.

Add function nrf53_errata_121().

Version: 8.36.1 (2020-10-02) NordicSemiconductor.nRF_DeviceFamilyPack.8.36.1.pack  Download

In nrf.h, fixed bug where in some circumstances, certain macros for nRF5340 would not be set.

Version: 8.36.0 (2020-09-23) NordicSemiconductor.nRF_DeviceFamilyPack.8.36.0.pack  Download

In compiler_abstraction.h, removed __LINT__ compiler guard around NRF_STATIC_ASSERT. Define NRF_STATIC_ASSERT before including compiler_abstraction.h to get equivalent behavior.

In CMake package, fix issue where CMSIS library detection in example project didn't work.

Made system_nrf52.c the common system.c file of the nRF52 family.

Fix wrong values for EASYDMA_MAXCNT values in nrf52820_peripherals.h

Fixed issue where compiler_abstractions.h did not compile in c++ mode in some compilers due to a missing C symbol.

For each errata, added macro NRFXX_ERRATA_XX_PRESENT NRFXX_ERRATA_XX_ENABLE_WORKAROUND

Version: 8.35.0 (2020-08-14) NordicSemiconductor.nRF_DeviceFamilyPack.8.35.0.pack  Download

Updated SVDConv used to generate nrf*.h files.

In nrf52805_peripherals.h, corrected SPI_COUNT, SPIM_COUNT, SPIS_COUNT from 2 to 1.

Added default behaviour to errata checks.

Updated nRF52 errata functions

Added errata functions nrf52_errata_232, nrf52_errata_248, nrf53_errata_91, and nrf53_errata_113, nrf53_errata_119

Update POWER_FEATURE_RAM_REGISTERS_COUNT and BPROT_REGIONS_NUM in nrf52832_peripherals.h. They are now correct also when compiling for nRF52832_xxab.

Remove host compiler guards in nrf.h and nrf_peripherals.h.

In compiler_abstraction.h, added macros NRF_STRING_CONCATENATE and NRF_STATIC_ASSERT.

In compiler_abstraction.h, added macros NRF_MDK_VERSION_ASSERT_AT_LEAST and NRF_MDK_VERSION_ASSERT_EXACT.

In nrf_erratas.h, add assertion that the MDK is at least v8.34.0, so it has the required macros used in nrf_erratas.h

In common linker script files (nrf*_common.ld), align __etext segment to a 32 bit boundary.

Fix issue where some header files were missing white space in license section.

In nRF52805 removed nonexistent event RADIO.EVENTS_MHRMATCH from header files and svd.

Version: 8.34.1 (2020-05-25) NordicSemiconductor.nRF_DeviceFamilyPack.8.34.1.pack  Download

Single-core devices were missing from list of supported devices. Issue was introduced in 8.33.0.

Version: 8.34.0 (2020-05-22) NordicSemiconductor.nRF_DeviceFamilyPack.8.34.0.pack  Download

Added RADIO_TXPOWER_TXPOWER_Max macro to *_peripherals.h

In nrf52840, added event RADIO->EVENTS_SYNC

Update nRF5340 svd and header files.

Add errata functions nrf52_errata_223, nrf52_errata_233, nrf52_errata_236, nrf52_errata_237, nrf53_errata_86, nrf53_errata_87, nrf53_errata_109, nrf53_errata_114, nrf53_errata_115, nrf53_errata_116.

Version: 8.33.0 (2020-04-01) NordicSemiconductor.nRF_DeviceFamilyPack.8.33.0.pack  Download

In nrf52820_peripherals.h, removed POWER_FEATURE_VDDH_DCDC_PRESENT macro

In nrf52810_to_nrf52811.h, fix use of invalid name in name remapping of TWIM0_TWIS0_IRQHandler

nRF52 series devices with no FPU were listed as not having DSP capabilities. They are now listed with DSP.

Add errata functions nrf53_errata_31, nrf53_errata_34, nrf53_errata_36, nrf53_errata_52, nrf53_errata_76, nrf53_errata_77, nrf53_errata_85, nrf53_errata_93, nrf53_errata_103, nrf53_errata_105, nrf53_errata_106, and nrf53_errata_110.

Version: 8.32.3 (2020-07-09) NordicSemiconductor.nRF_DeviceFamilyPack.8.32.3.pack  Download

Updated nrf52_erratas.h

Version: 8.32.2 (2020-07-02) NordicSemiconductor.nRF_DeviceFamilyPack.8.32.2.pack  Download

Add errata function nrf52_errata_211.

Version: 8.32.1 (2020-03-04) NordicSemiconductor.nRF_DeviceFamilyPack.8.32.1.pack  Download

In bitfield headers, fix license header showing replacement tag {year} instead of current year. Introduced in 8.32.0.

In device system headers, some files had the wrong header guard name. Introduced in 8.32.0, fixed.

Version: 8.32.0 (2020-03-02) NordicSemiconductor.nRF_DeviceFamilyPack.8.32.0.pack  Download

Set default SWD settings per family.

Set access port for devices with more than one core.

Added device nRF52820

Update license header current year to 2020

Add errata functions nrf53_errata2, nrf91_errata32, and nrf91_errata33.

Version: 8.31.0 (2020-02-25) NordicSemiconductor.nRF_DeviceFamilyPack.8.31.0.pack  Download

In nRF52 series device header files, set macro DSP_PRESENT to 1 if it was not already 1. DSP is a mandatory feature in Cortex-M4.

For nrf5340_xxaa_application and nrf5340_xxaa_network, define macro NRF5340_XXAA if not already defined.

For nrf5340_xxaa_application, define macro NRF_APPLICATION if not already defined.

For nrf5340_xxaa_network, define macro NRF_NETWORK if not already defined.

In system_nrf5340_application.c add workaround for errata 97

In nrf5340_application_peripherals.h and nrf5340_network_peripherals.h, corrected IPC_GPMEM_NUM from 4 to 2.

Update nrf52_erratas.h.

Update nrf53_erratas.h.

In nrf5340_application_peripherals.h and nrf5340_network_peripherals.h, updated implemented number of pins on P1 from 12 to 16

Update svd files and related header files for nRF5340 application.

Update svd files and related header files for nRF5340 network.

In compiler_abstractions.h update gcc_current_sp to use only inline assembly. Function did not work as intended in Clang before this change.

Version: 8.30.2 (2020-01-17) NordicSemiconductor.nRF_DeviceFamilyPack.8.30.2.pack  Download

In nrf5340_application_peripherals.h, updated QDEC_COUNT.

In nrf*_peripherals.h, P0_FEATURE_PINS_PRESENT macro has undefined behaviour when P0_PIN_NUM is 32. Fixed.

In nrf5340_application_peripherals.h, added PWM3_EASYDMA_MAXCNT_SIZE, PWM3_CH_NUM and updated PWM_COUNT

In system_nrf5340_application.c, fixed incorrect initialization of SystemCoreClock variable.

In nrf9160_peripherals.h, removed erroneously added OSCILLATORS_PRESENT and OSCILLATORS_COUNT macros.

In system_nrf5340_application.c and system_nrf5340_network.c, updated upper index for TRIMCNF array in FICR trim value loading loop.

Version: 8.30.1 (2019-12-16) NordicSemiconductor.nRF_DeviceFamilyPack.8.30.1.pack  Download

In nrf5340_peripherals.h, added OSCILLATORS_PRESENT and OSCILLATORS_COUNT macros

In nrf5340_peripherals.h, added macros to reflect new serial boxes.

In nrf9160_peripherals.h, added OSCILLATORS_PRESENT and OSCILLATORS_COUNT macros

Version: 8.30.0 (2019-12-06) NordicSemiconductor.nRF_DeviceFamilyPack.8.30.0.pack  Download

Update svd files and related header files nrf5340_application.svd

Update svd files and related header files nrf5340_network.svd

Replaced device specific errata files with family specific ones.

Update *_erratas.h with new errata handlers.

In system*.c files, renamed errata_* to "family"_errata_*

In GCC startup files, mark section .isr_vector as "ax".

In system_nrf5340_application.c, update workarounds for errata 64.

In system_nrf5340_application.c, add workaround for errata 69.

In system_nrf51.c, add call to SystemCoreClockUpdate() at end of SystemInit() to align with other families.

For devices supporting IEEE 802.15.4 added RADIO_FEATURE_IEEE_802_15_4_PRESENT macro

In nrf5340_application_peripherals.h, Added USBREG_PRESENT and USBREG_COUNT

In nrf9160_peripherals.h, updated value of *_EASYDMA_MAXCNT_SIZE macros

In peripherals.h, add P#_FEATURE_PINS_PRESENT. P#_FEATURE_PINS_PRESENT is a bitfield where the available pins in P# are set high.

Update svd files and related header files for nrf52833.svd

Version: 8.29.0 (2019-10-23) NordicSemiconductor.nRF_DeviceFamilyPack.8.29.0.pack  Download

PDSC elements didn't have descriptions. Fixed.

Add new header nrf_erratas.h. includes functions to check if an errata affects the device you're running on.

In compiler_abstractions.h, add macro __UNUSED. __UNUSED marks an object as unused for the compiler, see GCC's __attribute__((unused)) for example.

In system_nrf*.c files, use nrf_erratas.h to check for erratas where possible.

Flashing algorithm didn't recognize nRF52833. Fixed

Update supported devices for flashing algorithm.

Add code ram as new section in applicable processors

For nRF9160, add workaround for errata 31.

Version: 8.28.0 (2019-10-03) NordicSemiconductor.nRF_DeviceFamilyPack.8.28.0.pack  Download

In nrf9160_peripherals.h, Added IPC_CONF_NUM macro

In nrf9160_peripherals.h, Added SAADC_CH_NUM macro

In system_nrf52810.c, remove ENABLE_SWO and ENABLE_TRACE features. Tracing not supported in nRF52810.

In device peripherals headers, add NVMC_PRESENT, NVMC_COUNT, and NVMC_FEATURE_CACHE_PRESENT where applicable.

In system_nrf52810.c, when developing in nRF52832, make sure NFC pins are mapped as GPIO.

In system_nrf52811.c, when developing in nRF52840, make sure NFC pins are mapped as GPIO.

Version: 8.27.1 (2019-10-17) NordicSemiconductor.nRF_DeviceFamilyPack.8.27.1.pack  Download

Fix programming algorithm for nRF52833

Version: 8.27.0 (2019-08-30) NordicSemiconductor.nRF_DeviceFamilyPack.8.27.0.pack  Download

Add new device nRF52833

Define VDDH_DCDC in nRF52840_peripherals

Version: 8.26.1 (2019-08-28) NordicSemiconductor.nRF_DeviceFamilyPack.8.26.1.pack  Download

Revert deletion of nrf51xxx_peripherals headers Revert addition of SPIM_PRESENT in nrf51_peripherals.h

Version: 8.26.0 (2019-08-20) NordicSemiconductor.nRF_DeviceFamilyPack.8.26.0.pack  Download

IDE support files are now automatically generated

nRF51 series now has separate Iar algorthm, Iar debugger and Iar linker files for all devices instead of common 51xxx files

Fixed errors in nrf52805_peripherals header file

Updated comments in system_nrfxxx.c files with link to infocenter

In system_nrf9160.c, fixed ENABLE_TRACE sequence.

Fixed bug where nrf51_to_nrf52810 had become nrf51_to_nrf52.

Version: 8.25.1 (2019-07-15) NordicSemiconductor.nRF_DeviceFamilyPack.8.25.1.pack  Download

In system_nrf**.h , fix licence headers not containing a license. Introduced in MDK 8.25.0.

In nrf52810_name_change.h, add missing trailing newline.

Version: 8.25.0 (2019-06-13) NordicSemiconductor.nRF_DeviceFamilyPack.8.25.0.pack  Download

Add support for device nRF52805

Use forward-slash, not backslash when specifying paths in Keil PDSC files.

Clean up conditions and components section of PDSC files.

Update svd files and related header files nrf52810.svd, nrf2811.svd, nrf52840.svd, nrf9160.svd

Add workarounds for errata 185 and 217 for device nRF52810

Remove unneccessary workaround for errata 108 for device nRF52811

Add workaround for errata 217 for device nRF52811

Update workarounds for errata 15 and 20 for device nRF9160

For nRF9160, when fixing UICR reset values, make sure to not do a flash-to-flash operation

Version: 8.24.1 (2019-02-06) NordicSemiconductor.nRF_DeviceFamilyPack.8.24.1.pack  Download

In system_nrf52811.c, add support for running nRF52811 code on an nRF52840 DK when macro DEVELOP_IN_NRF52840 is defined.

In system_nrf9160.c, add workaround for errata 20.

In system_nrf9160.c, fix issue where some errata fixes could be optimized away.

Fixed issue in Keil programming algorithms where UICR was never erased when a sector erase was requested.

Fixed issue in Keil programming algorithms where nRF9160 flashing algorithms were not visible.

Fixed issue in Keil programming algorithms where nrf51xxx_sde flashing algorithm was not visible.

Version: 8.24.0 (2019-02-01) NordicSemiconductor.nRF_DeviceFamilyPack.8.24.0.pack  Download

Fix issue where Keil programming algorithms failed to identify the device it ran on in nRF91 and nRF52 family devices.

Fix issue where when running nRF52810 code with DEVELOP_IN_NRF52832, some nRF52810 erratas were wrongly applied to nRF52832 devices.

In system_nrf52840.c, system_nrf52811.c, system_nrf52810.c, add a note explaining why some errata_x() functions always return true.

In system_nrf52810.c, add errata checks for nRF52810_xxAB.

In system_nrf9160.c, add support for ENABLE_SWO and ENABLE_TRACE macros to enable trace when compiling for secure code.

Update nrf52811 headers.

Version: 8.23.2 (2019-01-18) NordicSemiconductor.nRF_DeviceFamilyPack.8.23.2.pack  Download

No change, updated to follow MDK versioning.

Version: 8.23.1 (2019-01-17) NordicSemiconductor.nRF_DeviceFamilyPack.8.23.1.pack  Download

Updated support for nRF52840_xxAA.

Version: 8.23.0 (2019-01-11) NordicSemiconductor.nRF_DeviceFamilyPack.8.23.0.pack  Download

Updated support for nRF52840_xxAA.

Updated support for nRF52811_xxAA.

Updated support for nRF52810_xxAA.

Version: 8.22.0 (2019-01-04) NordicSemiconductor.nRF_DeviceFamilyPack.8.22.0.pack  Download

Added nrf52811 device.

Updated support for nRF52840_xxAA.

Updated support for nRF52810_xxAA.

Updated support for nRF9160_xxAA.

Version: 8.21.1 (2018-12-03) NordicSemiconductor.nRF_DeviceFamilyPack.8.21.1.pack  Download

No change, updated to follow MDK versioning.

Version: 8.21.0 (2018-11-28) NordicSemiconductor.nRF_DeviceFamilyPack.8.21.0.pack  Download

Updated nrf52xxx.flm.

Updated nrf52xxx_sde.flm.

Added nRF91 family.

Updated nrf52xxx_uicr.flm.

Updated nrf51xxx.flm.

Added nrf51xxx_sde.flm, equivalent in function to nrf51xxx_ecb flash loader.

Version: 8.19.0 (2018-10-19) NordicSemiconductor.nRF_DeviceFamilyPack.8.19.0.pack  Download

For nRF52 family, define macro __VTOR_PRESENT with value 1

For nRF52 family, define macro __DSP_PRESENT with value 0

For nRF51 family, define macro __VTOR_PRESENT with value 0

For nRF51 family, define macro __DSP_PRESENT with value 0

Version: 8.18.0 (2018-10-18) NordicSemiconductor.nRF_DeviceFamilyPack.8.18.0.pack  Download

No change, updated to follow MDK versioning.

Version: 8.17.1 (2018-06-14) NordicSemiconductor.nRF_DeviceFamilyPack.8.17.1.pack  Download

Revert change where gcc startup files was changed to have non-capitalized file extensions.

Version: 8.17.0 (2018-04-27) NordicSemiconductor.nRF_DeviceFamilyPack.8.17.0.pack  Download

For nRF52810, Add support for NVMC->ERASEPAGEPARTIAL feature.

Version: 8.16.0 (2018-02-27) NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0.pack  Download

For nRF52840, remove register UICR->DCDCDRIVE0.

For nRF52840, update enumerator value RADIO->TXPOWER->neg30dBm from 0xD8 to 0xFF to solve value overlap with neg40dBm.

For nRF52840, add peripheral CC_HOST_RGF.

Version: 8.15.4 (2018-01-23) NordicSemiconductor.nRF_DeviceFamilyPack.8.15.4.pack  Download

Updated headers.

Corrected SVD error in USBD.

Version: 8.15.3 (2018-01-15) NordicSemiconductor.nRF_DeviceFamilyPack.8.15.3.pack  Download

Updated headers.

Given support for next version of nRF52840 devices.

Corrected SVD problems in serial interface debugging.

Version: 8.15.2 (2017-12-14) NordicSemiconductor.nRF_DeviceFamilyPack.8.15.2.pack  Download

Fixed false positive detection of nRF52832_xxAA_Rev2 on nRF52832_xxAA_Rev1 devices.

Support nRF52832_xxAA_Rev2 on nRF52810 with DEVELOP_ON_NRF52832.

Corrected name error for property SPIS0_EASYDMA_MAXCNT_SIZE in nrf51_peripherals headers.

Version: 8.15.1 (2017-11-23) NordicSemiconductor.nRF_DeviceFamilyPack.8.15.1.pack  Download

Updated header files.

Updated nrf52 startup code for nRF52832_xxAA_Rev2.

Updated nrf52840 startup code for nRF52832_xxAA_EngB.

Version: 8.15.0 (2017-10-03) NordicSemiconductor.nRF_DeviceFamilyPack.8.15.0.pack  Download

Updated header files.

Version: 8.14.1 (2017-06-06) NordicSemiconductor.nRF_DeviceFamilyPack.8.14.1.pack  Download

Updated nrf52810 header files.

Version: 8.14.0 (2017-05-12) NordicSemiconductor.nRF_DeviceFamilyPack.8.14.0.pack  Download

Updated nrf52832_peripherals.h file.

Updated nrf52840 startup and header files.

Added support for nRF52810_xxAA device.

Version: 8.13.0 (2017-03-24) NordicSemiconductor.nRF_DeviceFamilyPack.8.13.0.pack  Download

Added device nRF52832_xxAB.

Added device nRF51801_xxAB.

Version: 8.12.0 (2017-02-22) NordicSemiconductor.nRF_DeviceFamilyPack.8.12.0.pack  Download

Fixed capabilities of device nRF52840_xxAA.

Corrected operating conditions and package information of different devices.

Added file startup_config.h and software component StartupConfig.

Version: 8.11.1 (2016-11-18) NordicSemiconductor.nRF_DeviceFamilyPack.8.11.1.pack  Download

Updated support for nRF52840_xxAA.

Other minor changes.

Version: 8.11.0 (2016-11-09) NordicSemiconductor.nRF_DeviceFamilyPack.8.11.0.pack  Download

Added support for nRF51824 device.

Added support for nRF52840 device.

Version: 8.9.0 (2016-09-30) NordicSemiconductor.nRF_DeviceFamilyPack.8.9.0.pack  Download

Added workaround for Errata 108.

Updated nrf52xxx.flm.

Updated nrf52xxx_sde.flm.

Updated nrf51 and nrf52 header files.

Version: 8.7.1 (2016-07-15) NordicSemiconductor.nRF_DeviceFamilyPack.8.7.1.pack  Download

Added GCC linker files to pack.

Version: 8.6.1 (2016-05-24) NordicSemiconductor.nRF_DeviceFamilyPack.8.6.1.pack  Download

Updated release version to adapt to MDK version.

Version: 8.6.0 (2016-04-09) NordicSemiconductor.nRF_DeviceFamilyPack.8.6.0.pack  Download

Added new algorithm for nRF52 devices.

Version: 8.5.0 (2016-02-23) NordicSemiconductor.nRF_DeviceFamilyPack.8.5.0.pack  Download

Corrected url.

Added nRF51802_xxAA device.

Version: 8.4.1 (2016-02-19) NordicSemiconductor.nRF_DeviceFamilyPack.8.4.1.pack  Download

Updated release version to correct wrong date.

Version: 8.4.0 (2016-02-17) NordicSemiconductor.nRF_DeviceFamilyPack.8.4.0.pack  Download

Updated release version to adapt to MDK version.

Version: 8.3.2 (2015-12-16) NordicSemiconductor.nRF_DeviceFamilyPack.8.3.2.pack  Download

Updated release version to adapt to MDK version.

Version: 8.3.1 (2015-11-13) NordicSemiconductor.nRF_DeviceFamilyPack.8.3.1.pack  Download

Updated release version to adapt to MDK version.

Version: 8.3.0 (2015-11-09) NordicSemiconductor.nRF_DeviceFamilyPack.8.3.0.pack  Download

Updated release version to adapt to MDK version.

Version: 8.2.0 (2015-10-13) NordicSemiconductor.nRF_DeviceFamilyPack.8.2.0.pack  Download

Updated release version to adapt to MDK version.

Version: 8.1.0 (2015-10-09) NordicSemiconductor.nRF_DeviceFamilyPack.8.1.0.pack  Download

Updated release version to adapt to MDK version.

Version: 8.0.5 (2015-09-15) NordicSemiconductor.nRF_DeviceFamilyPack.8.0.5.pack  Download

Adapted pack to CMSIS 4.3 release.

Version: 8.0.4 (2015-09-09) NordicSemiconductor.nRF_DeviceFamilyPack.8.0.4.pack  Download

Fixed description of several devices.

Added missing interrupts in the interrupt vector in iar_startup_nrf52.s and gcc_startup_nrf52.S files.

Version: 8.0.3 (2015-06-15) NordicSemiconductor.nRF_DeviceFamilyPack.8.0.3.pack  Download

Updated file system_nrf52.c.

Version: 8.0.2 (2015-06-12) NordicSemiconductor.nRF_DeviceFamilyPack.8.0.2.pack  Download

Updated file system_nrf52.c.

Version: 8.0.1 (2015-06-08) NordicSemiconductor.nRF_DeviceFamilyPack.8.0.1.pack  Download

Polished NRF52 description.

Version: 8.0.0 (2015-05-27) NordicSemiconductor.nRF_DeviceFamilyPack.8.0.0.pack  Download

Added NRF52 devices.

Polished NRF51 descriptions and added for NRF52 devices.

Version: 7.2.1 (2015-04-29) NordicSemiconductor.nRF_DeviceFamilyPack.7.2.1.pack  Download

Updated release version to adapt to MDK version.

Version: 7.2.0 (2015-03-30) NordicSemiconductor.nRF_DeviceFamilyPack.7.2.0.pack  Download

Updated release version to adapt to MDK version.

Version: 7.1.1 (2015-02-13) NordicSemiconductor.nRF_DeviceFamilyPack.7.1.1.pack  Download

Updated release version to adapt to MDK version.

Version: 7.1.0 (2015-01-23) NordicSemiconductor.nRF_DeviceFamilyPack.7.1.0.pack  Download

Updated due to change of files.

Eliminated UICR component.

Version: 7.0.0 NordicSemiconductor.nRF_DeviceFamilyPack.7.0.0.pack  Download

Test.

Version: 6.2.1 (2014-11-20) NordicSemiconductor.nRF_DeviceFamilyPack.6.2.1.pack  Download

Updated release version to adapt to MDK version.

Version: 6.2.0 (2014-11-15) NordicSemiconductor.nRF_DeviceFamilyPack.6.2.0.pack  Download

Updated release version to adapt to MDK version.

New release due to change of header files.

Version: 1.1.4 (2014-10-31) NordicSemiconductor.nRF_DeviceFamilyPack.1.1.4.pack  Download

Changed URL.

Added SPIM to SVD and header files.

Version: 1.1.3 (2014-10-24) NordicSemiconductor.nRF_DeviceFamilyPack.1.1.3.pack  Download

New release due to change of *_startup_nrf51.s files.

Version: 1.1.2 (2014-10-06) NordicSemiconductor.nRF_DeviceFamilyPack.1.1.2.pack  Download

New release due to change of files.

Version: 1.1.1 (2014-06-30) NordicSemiconductor.nRF_DeviceFamilyPack.1.1.1.pack  Download

Updated nrf51xxx.flm

Added nrf51xxx_ecb.flm

Version: 1.1.0 (2014-06-12) NordicSemiconductor.nRF_DeviceFamilyPack.1.1.0.pack  Download

Added device nRF51822_xxAC.

Added device nRF51422_xxAC.

Eliminated deprecated tag giving problems with Keil 5.11.

Version: 1.0.4 (2014-05-28) NordicSemiconductor.nRF_DeviceFamilyPack.1.0.4.pack  Download

Minor changes in SVD only affecting the debug experience in keil.

Version: 1.0.3 (2014-02-21) NordicSemiconductor.nRF_DeviceFamilyPack.1.0.3.pack  Download

Added new device nRF51422_xxAB.

Version: 1.0.2 (2014-01-13) NordicSemiconductor.nRF_DeviceFamilyPack.1.0.2.pack  Download

Changed the license of the product.

Changed features of the product.

Version: 1.0.1 (2013-12-17) NordicSemiconductor.nRF_DeviceFamilyPack.1.0.1.pack  Download

Changed the condition for the series.

Version: 1.0.0 (2013-12-12) NordicSemiconductor.nRF_DeviceFamilyPack.1.0.0.pack  Download

First release.

Eliminated features until format is stable.

Version: 0.0.2 (2013-12-03) NordicSemiconductor.nRF_DeviceFamilyPack.0.0.2.pack  Download

Renamed Pack.

Added License.

Added features.

Added descriptions.

Added uicr_config.h component.

Version: 0.0.1 (2013-11-27) NordicSemiconductor.nRF_DeviceFamilyPack.0.0.1.pack  Download

First release of nRF ARM devices Device Family Pack for testing purposes.



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有